home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _C942E1A4329E4DBE9B210B69367F4029 < prev    next >
Encoding:
Text File  |  2005-12-30  |  535 b   |  34 lines

  1.  
  2. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  3.  
  4. UIElem("ID_INFO_TITLE")
  5. {
  6.     Default()
  7.     {
  8.         Text("&#CurrSelectedPart.m_sID#_NAME&")
  9.     }
  10. }
  11.  
  12. UIElem("ID_INFO")
  13. {
  14.     Default()
  15.     {
  16.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&")
  17.     }
  18.  
  19.     OnCondition("menu.m_iBuyPrice != 0")
  20.     {
  21.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&
  22.  
  23. &PART_Price&: #%0menu.m_iBuyPrice#&MenuCashPostfix&")
  24.     }
  25.  
  26.     OnCondition("menu.m_iBuyPrice == 0")
  27.     {
  28.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&
  29.  
  30. &PART_Price&: &ItemCostsNothing&")
  31.     }
  32. }
  33.  
  34.